home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / frame_1 / PlaceObject2_844_810 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2011-06-09  |  204 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this._currentframe > 1)
  3.    {
  4.       _root.inven._currentframe != 1 ? _root.bgSound.setVolume(_root.snd_calc / 16) : _root.bgSound.setVolume(_root.snd_calc / 8);
  5.    }
  6. }
  7.